home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / nhak_src.zip / TERMCAP.H < prev    next >
C/C++ Source or Header  |  1993-03-16  |  503b  |  19 lines

  1. /*    SCCS Id: @(#)termcap.h    3.0    89/10/27
  2. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1989. */
  3. /* NetHack may be freely redistributed.  See license for details. */
  4.  
  5. /* common #defines for pri.c and termcap.c */
  6.  
  7. #ifndef MSDOS
  8. # ifndef MACOS
  9. #  define TERMLIB    /* include termcap code */
  10. # endif
  11. #endif
  12.  
  13. /* might display need graphics code? */
  14. #if !defined(AMIGA) && !defined(TOS) && !defined(MACOS)
  15. # if defined(TERMLIB) || defined(OS2)
  16. #  define ASCIIGRAPH
  17. # endif
  18. #endif
  19.